home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / su.lha / su / su.readme < prev   
Text File  |  1995-11-04  |  4KB  |  104 lines

  1.  
  2.                 Substitute User (for muFS).
  3.          ----------------------------------------------
  4.  
  5.    Program to do the equivilant of the *IX su command (Substitute User)
  6. for the MultiUserFileSystem.
  7.  
  8.    If 1 argument is given (the userid), an attempt will be made to create
  9. a new shell under the new userid's uid. If the argument is the userid
  10. "root" (the superuser), or if there are no arguments given (in which case
  11. it defaults to "root"), the su program will check to see if the current
  12. user is a member of the group root (either primary or secondary).
  13.    If the user is not in the group root, the program will return
  14. unsuccessfully.
  15.    Next the password of the new user is requested, if the password matches
  16. the password of the supplied userid, then a new shell is spawned with the
  17. new user's uid, and the su program returns, and so does not wait for the
  18. other shell to return.
  19.    Failed/Successfull attempts at su may/may not be logged in the
  20. multiuser.log file. This is handled my the multiuser.server, so it depends
  21. on your config file.
  22.    NOTE: The super-user (root) does not need a password to su to any other
  23. user.
  24.  
  25.    To install, just copy the binary "su" to somewhere in your command
  26. path, e.g. c:
  27.  
  28.  There are no known bugs, if you find some, please let me know.
  29.  
  30.  
  31.                         About the author.
  32.                    ---------------------------
  33.  
  34.    © 1995 Chris Mc Carthy.
  35.  
  36.    email:
  37.        cmccarth@icl.rtc-cork.ie      (Try this first, though sometimes
  38.                                       our /var partition fills up with
  39.                                       coredumps from the mailer :-(  )
  40.        cmccarth@dullahan.rtc-cork.ie (mailer not configured yet, new system)
  41.        atoz@nether.net               (Safest, but may take a while to reply)
  42.        atoz@mayhem.inferno.net
  43.  
  44.  
  45.    smail:   Chris Mc Carthy
  46.             Castlepark
  47.             Kinsale
  48.             Co. Cork
  49.             Ireland.
  50.  
  51.    IRC:     AtoZ on #hack, #amiga, #wasteland (Mainly on the Undernet).
  52.  
  53.  
  54.    I wonder if there will ever be a mufs 2.0 (Hurry up Geert !!!)
  55.  
  56.  
  57.  
  58.                  About muFS (Multi User File System)
  59.                ----------------------------------------
  60.  
  61. Short: Multi User System Security (source)
  62. Type: util/misc
  63. Author: Geert Uytterhoeven - Huysmansstraat 12 - B-3128 BAAL - BELGIUM
  64.  
  65.  
  66. Introduction
  67. ------------
  68.  
  69. MultiUser allows you to create a *IX-like environment where several users live
  70. together  in harmony, unable to delete each others files, unable to read those
  71. private  love-letters  of  other  users.   And  this even if several users are
  72. working on the machine at the same time (on a terminal hooked up to the serial
  73. port)
  74.  
  75. People without a valid login ID and password won't be able to access files you
  76. have made private with MultiUser.  If you make all files private (not readable
  77. for others), the only useful thing they could do, is boot from a floppy.
  78.  
  79. Distribution
  80. ------------
  81.  
  82. MultiUser Release 1.8 is distributed in 3 archives:
  83.  
  84.    MultiUser18_bin.lha:   Basic MultiUser package (you really need this!)
  85.    MultiUser18_api.lha:   Include files, autodoc, etc...
  86.    MultiUser18_src.lha:   Source for the library and support commands
  87.  
  88. There  is  no  new  distribution of the external utilities; use the archive
  89. from the 1.7 release: MultiUser17_ext.lha
  90.  
  91. For  more information about MultiUser (disclaimer, distributability, usage,
  92. etc...),  read  the  documentation  file  'MultiUser.doc'  in  the  archive
  93. 'MultiUser18_bin.lha'.
  94.  
  95.  
  96. Additional Note
  97. ---------------
  98.  
  99. Release 1.8 was compiled by Norbert Püschel with permission from Geert
  100. Uytterhoven. (Geert is busy working on release 2.0. :-) )
  101.  
  102. ---------------------------------------------------------------------------
  103.            MultiUser © Copyright 1993-1994 by Geert Uytterhoeven
  104.